Skip to content

chore(deps): update dependency @biomejs/biome to v2.2.2#15

Merged
koki-develop merged 1 commit intomainfrom
renovate/biomejs-biome-2.x
Sep 3, 2025
Merged

chore(deps): update dependency @biomejs/biome to v2.2.2#15
koki-develop merged 1 commit intomainfrom
renovate/biomejs-biome-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 2.2.0 -> 2.2.2 age confidence
@biomejs/biome (source) 2.2.0 -> 2.2.2 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.2.2

Compare Source

Patch Changes
  • #​7244 660031b Thanks @​JeetuSuthar! - Fixed #​7225: The noExtraBooleanCast rule now preserves parentheses when removing Boolean calls inside negations.

    // Before
    !Boolean(b0 && b1);
    // After
    !(b0 && b1); // instead of !b0 && b1
  • #​7298 46a8e93 Thanks @​unvalley! - Fixed #​6695: useNamingConvention now correctly reports TypeScript parameter properties with modifiers.

    Previously, constructor parameter properties with modifiers like private or readonly were not checked against naming conventions. These properties are now treated consistently with regular class properties.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Patch Release (2.2.0 → 2.2.2): This is a minor patch update with bug fixes only
  • Key Bug Fixes:
    • Fixed noExtraBooleanCast rule to preserve parentheses when removing Boolean calls inside negations
    • Fixed useNamingConvention rule to correctly report TypeScript parameter properties with modifiers (private, readonly, etc.)
  • No Breaking Changes: This is a patch release containing only bug fixes and improvements
  • No Security Fixes: No security-related changes mentioned in the release notes

🎯 Impact Scope Investigation

  • Direct Usage Locations:
    • package.json:31 - DevDependency declaration
    • biome.json:2 - Schema reference updated from 2.2.0 to 2.2.2
    • .lintstagedrc.json:3 - Used in lint-staged for pre-commit hooks
    • package.json:21-22 - NPM scripts fmt and lint commands
  • Configuration Impact:
    • Schema URL automatically updated in biome.json
    • No configuration changes required as existing settings remain compatible
  • Platform Coverage: All platform-specific CLI binaries updated consistently (darwin, linux, windows for arm64/x64 architectures)
  • Lock File Changes: bun.lock properly updated with new version hashes for all platforms

💡 Recommended Actions

  • Immediate Merge: This PR is safe to merge immediately
  • No Manual Migration Required: All configuration files and usage patterns remain fully compatible
  • Post-Merge Validation: Consider running bun run fmt and bun run lint after merge to ensure the updated version works correctly
  • No Code Changes Needed: The bug fixes improve rule accuracy but don't require any code modifications

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit a82afa0 into main Sep 3, 2025
6 checks passed
@koki-develop koki-develop deleted the renovate/biomejs-biome-2.x branch September 3, 2025 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant